projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bdaf5c8
)
gtk: Fix return annotation of gtk_selection_data_get_text
author
Rico Tzschichholz
<ricotz@ubuntu.com>
Wed, 20 Aug 2014 06:54:12 +0000
(08:54 +0200)
committer
Rico Tzschichholz
<ricotz@ubuntu.com>
Wed, 20 Aug 2014 06:54:12 +0000
(08:54 +0200)
gtk/gtkselection.c
patch
|
blob
|
history
diff --git
a/gtk/gtkselection.c
b/gtk/gtkselection.c
index 380a101f87fbec7398265957bca175d0d15cd94e..1206b6827e4a96ba6e6178dbb5d9fdfd96d97bc1 100644
(file)
--- a/
gtk/gtkselection.c
+++ b/
gtk/gtkselection.c
@@
-1597,7
+1597,7
@@
gtk_selection_data_set_text (GtkSelectionData *selection_data,
*
* Gets the contents of the selection data as a UTF-8 string.
*
- * Returns: (type utf8): if the selection data contained a
+ * Returns: (type utf8)
(nullable) (transfer full)
: if the selection data contained a
* recognized text type and it could be converted to UTF-8, a newly
* allocated string containing the converted text, otherwise %NULL.
* If the result is non-%NULL it must be freed with g_free().